
/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;a  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 400px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #ff0000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
a:link {
  font-size: 1.2em;
  font-size: 1.2em;
  height:7mm;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}

a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none
}

@media only screen and (max-width: 480px) {
a:link {
  line-height: 200%;
  font-size: 1.0em;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}	
}
p {
  font-size: 1.0em;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}
td {
  font-size: 1.4em;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}
a:visited {
  font-family: URW Chancery L,Book Antiqua;
  font-size: 1.0em;
  height:7mm;
  color: #c7bc5a;
  font-style: italic;
}
body {
	font-family: URW Chancery L,Book Antiqua;
	font-size:20px;
	color:#fabefa; 
	background-image: url('/Images/stars.gif');
	font-style: italic;
}
@media only screen and (max-width: 1024px) {
	body {
	font-family: URW Chancery L,Book Antiqua;
	font-size: 1em;
	color: #fabefa;
  bgcolor:white;
  background-image: url('/Images/stars.gif');	
	font-style: italic;
	}	
}
#rcorners1 {
    border-radius: 15px;
    padding: 10px;
    height: 150px;
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #8AC007;
    padding: 20px;
}

#rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
} 
#bclink {
    border-radius: 15px;
    padding: 5px;
    height: 150px;
	vertical-align:centre;
	font-size:1.1em;
	text-decoration:none;
	background-color:black;
	line-height: 180%;
	opacity:1.0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
@media only screen and (max-width: 1024px) {
#bclink {
    border-radius: 15px;
    padding: 5px;
    height: 150px;
	vertical-align:centre;
	font-size:1.1em;
	text-decoration:none;
	background-color:black;
	line-height: 180%;
	opacity:1.0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
td {
  font-size: 1.2em;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}
}
#bclink:hover {
	opacity:0.80;
	color:#fade7c;
}
#bcdiv {
    white-space: nowrap; 
    width: 12em; 
    overflow: hidden;
    text-overflow: ellipsis; 
    border: 1px solid #000000;
}
blackground {
	  //background-image: url('https://media.giphy.com/media/U3qYN8S0j3bpK/giphy.gif');
}

.BactraxTitle {
	text-decoration: double;
    text-shadow: 5px 5px 10px silver;
    line-height: 100%;
    color: #fabefa;
    opacity: 1;
	//background-image: url("/bactrax/Judy%20And%20Barry/Sweet%20Dreams%20Album/sd.png");
}
.BactraxTitle:hover {
	opacity:0.8;
}

a:link {
  word-wrap:break-word;
  padding:0 10px;
  font-size: 1.1em;
  height:7mm;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #fabefa;
}

a:visited {
  color: #fabefa;
}
a:hover {
	color:#a8f0c4;
}

p {
  font-size: 1.0em;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}